home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / 3lines.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  153 b   |  13 lines

  1. on(release){
  2.    if(lev < 5)
  3.    {
  4.       lev++;
  5.       gotoAndStop("start");
  6.       play();
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop("score");
  11.    }
  12. }
  13.